-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improves the security in ImagePicker #32
Conversation
@@ -21,7 +21,7 @@ public class ImagePickerController: UIViewController { | |||
|
|||
lazy public var galleryView: ImageGalleryView = { [unowned self] in | |||
let galleryView = ImageGalleryView() | |||
galleryView.delegate = self | |||
//galleryView.delegate = self |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RamonGilabert what's going on here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OH FUCK.
@zenangst fixed. |
Improves the security in ImagePicker
Didn't have time to comment, spotted this PR only now. Will apply changes in a new PR then. |
We got some crashes because we were using ! a lot. Now we are not using it anywhere, pretty much.
BONUS: